A few consoled tweaks. It's not worth building by default
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 14:51:06 +0000 (14:51 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 14:51:06 +0000 (14:51 +0000)
right now as it isn;t actually used.

.hgignore
tools/Makefile
tools/consoled/Makefile

index 247869cdba875d5a78fa0fe5816bf8a9606a68e1..ff135ce20b3d09817f1a64d64ab01f72d6488ffe 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -86,6 +86,8 @@
 ^tools/check/\..*$
 ^tools/cmdline/.*$
 ^tools/cmdline/xen/.*$
+^tools/consoled/consoled$
+^tools/consoled/xc_console$
 ^tools/debugger/pdb/pdb$
 ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.ko$
 ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.mod.c$
index 629294e7768a52df9bc67e8beb6eddb4e5bd3ca8..2c668a59b967cdddfc930842b53eebd9ff28166e 100644 (file)
@@ -13,7 +13,7 @@ SUBDIRS += xcutils
 #SUBDIRS += pygrub
 SUBDIRS += firmware
 SUBDIRS += security
-SUBDIRS += consoled
+#SUBDIRS += consoled
 
 .PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean
 
index 879429e832acd6fef3615891f978ca0174db381d..bfb3e443513f723650eb24667503c53adba89a88 100644 (file)
@@ -41,7 +41,7 @@ xc_console: xc_console.o
 
 $(OBJS): $(HDRS)
 
-install: $(BIN)
+install: $(BIN) xc_console
        $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
        $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
        $(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)